go/types.termlist.isAll (method)

8 uses

	go/types (current package)
		termlist.go#L55: func (xl termlist) isAll() bool {
		typeset.go#L42: func (s *_TypeSet) IsMethodSet() bool { return !s.comparable && s.terms.isAll() }
		typeset.go#L46: 	if s.terms.isAll() {
		typeset.go#L105: func (s *_TypeSet) hasTerms() bool { return !s.terms.isEmpty() && !s.terms.isAll() }
		typeset.go#L332: 	if comp && !terms.isAll() {
		typeset.go#L343: 		if !terms.isAll() {
		typeset.go#L347: 	assert(!comp || terms.isAll()) // comparable invariant
		typestring.go#L373: 	case s.terms.isAll():